var go/token.tokens

4 uses

	go/token (current package)
		token.go#L135: var tokens = [...]string{
		token.go#L245: 	if 0 <= tok && tok < Token(len(tokens)) {
		token.go#L246: 		s = tokens[tok]
		token.go#L291: 		keywords[tokens[i]] = i